home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gWhichSound6, gLastLoop
- set the volume of sound 12 to 0
- puppetSprite(11, 1)
- if the foreColor of sprite 11 = 255 then
- undoLoop()
- set the foreColor of sprite 11 to 226
- set gWhichSound6 to getpn() & "Sounds:Loops:Loop4.aif"
- sound playFile 7, gWhichSound6
- set gLastLoop to 7
- else
- set the foreColor of sprite 11 to 255
- set gWhichSound6 to EMPTY
- sound stop 7
- set gLastLoop to 0
- end if
- updateStage()
- end
-